home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / sidepc.arc / SIDEPC.DOC next >
Text File  |  1986-01-06  |  2KB  |  50 lines

  1.     SidePC is a modified version of the public domain program SIDEWAYS.PAS.
  2.  
  3.     The modifications are principally to those areas that are EPSON specific,
  4.  
  5.     and hopefully, the printer control functions are sufficiently identified
  6.  
  7.     so that persons without IBM Graphics Printers can modify to suit.
  8.  
  9.         (Should be trivial for everyone but Okidata owners; Oki numbers its
  10.  
  11.         printhead pins upside down from the rest of Japan.  But if you want
  12.  
  13.         the Oki version, leave a message for Fred Baguhn on the PCUG BBS
  14.  
  15.         608-256-8088 and I'll upload it or arrange to transfer it to you
  16.  
  17.         directly.)
  18.  
  19.     The program is not robust; if your textfile does not have a ^Z as the 
  20.  
  21.     end of file marker, it will tell you about it by giving a cryptic error
  22.  
  23.     message such as 1107, and returning you to DOS.
  24.  
  25.         The work around is simple; re-copy your file using the /a switch
  26.  
  27.     e.g.  A>COPY/A OLDFILE.DOC NEWFILE.DOC
  28.  
  29.     which will append the ^Z , as shown by the difference in file size.
  30.  
  31.  
  32.     The program will accept the input file name as a command input; the other
  33.  
  34.     questions, such as file or printer output, and Normal or Compressed type,
  35.  
  36.     will require operator input, or bypassing via. a program such as KEY-FAKE.
  37.  
  38.  
  39.         CAUTION ON THE FILE OUTPUT OPTION; as you are getting enough output to
  40.  
  41.     map each of the dots on a sheet of paper, have lots of free disk space.
  42.  
  43.             a 9K source file becomes about 160K of output....
  44.  
  45.     While this program doesn't have the font versatility of the commercial 
  46.  
  47.     versions, it serves as a useful alternative to nothing.
  48.  
  49. 
  50.